home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / d3_lists.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  766 b   |  30 lines

  1. /*****************************************************************************
  2.   FILE           : d3_lists.h
  3.   SHORTNAME      : lists.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : header for d3_lists.c
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Ralf Huebner
  10.   DATE           : 1.12.199
  11.  
  12.   CHANGED BY     : Sven Doering
  13.   IDENTIFICATION : @(#)d3_lists.h    1.9 3/2/94
  14.   SCCS VERSION   : 1.9
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20. #ifndef _D3_LISTS_DEFINED_
  21. #define _D3_LISTS_DEFINED_
  22.  
  23. extern void d3_insertUnit (d3_unitPtrType **, int);
  24. extern void d3_displayUnitList (d3_unitPtrType *);
  25.  
  26. #endif 
  27.  
  28. /* end of file */
  29. /* lines: */
  30.